Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ticket #216: make Server class comparable #224

Merged
merged 1 commit into from
Jul 26, 2024

Conversation

degremont
Copy link
Collaborator

Fix "TypeError: '<' not supported between instances of 'Server' and 'Server'" class of error:
File ".../Shine/Lustre/Component.py", line 424, in groupbyallservers
sortlist = sorted(srvcomps, key=itemgetter(0))
TypeError: '<' not supported between instances of 'Server' and 'Server'

Fix "TypeError: '<' not supported between instances of 'Server' and
'Server'" class of error:
  File ".../Shine/Lustre/Component.py", line 424, in groupbyallservers
    sortlist = sorted(srvcomps, key=itemgetter(0))
TypeError: '<' not supported between instances of 'Server' and 'Server'
@degremont degremont merged commit 11f329d into cea-hpc:master Jul 26, 2024
1 check failed
@degremont degremont deleted the srvcomp branch July 26, 2024 20:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant